Skip to content

feat: add user and invite commands#102

Open
Davidonium wants to merge 6 commits intomainfrom
feat/dhernando/user-management
Open

feat: add user and invite commands#102
Davidonium wants to merge 6 commits intomainfrom
feat/dhernando/user-management

Conversation

@Davidonium
Copy link
Copy Markdown
Collaborator

@Davidonium Davidonium commented Apr 2, 2026

Extends the iam command group with full user and invite lifecycle management.

Commands introduced

  • qcloud iam user list — list all users in the account
  • qcloud iam user describe <user-id-or-email> — show details for a user
  • qcloud iam user invite — invite a new user to the account
  • qcloud iam user assign-role <user-id-or-email> <role> [<role>...] — assign one or more roles to a user
  • qcloud iam user remove-role <user-id-or-email> <role> [<role>...] — remove one or more roles from a user
  • qcloud iam invite list — list all pending invites
  • qcloud iam invite describe <invite-id> — show details for a pending invite
  • qcloud iam invite delete <invite-id> — revoke a pending invite

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant